home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for p3polygon.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_POLYGONGADGET_H = 1;
- include("real/gadget/r3prpgad.js")
-
-
- var R3CLID_POLYGONPROPGADGET = 1638;
-
-
-
-
- // Description: for internal mapchanges
-
- R3POLYGONGDM_SETPOINT = 1638001;
-
- function mR3POLYGONGDM_SETPOINT() {
- DoA(this.r3obj, 1638001, 0, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Polygonpropgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_POLYGONPROPGADGET, arguments);
- }
- // Methods
- this.SETPOINT=mR3POLYGONGDM_SETPOINT;
-
- }
-
- r3Polygonpropgadget.prototype=new r3Propertiesgadgets;
- // p3polygon.h_H